MindFusion.Scheduling for ASP.NET Programmer's Guide
ItemStyle.SetProperties Method
See Also
 





Copies the values for the properties of this ItemStyle object from the specified IDictionary<string, object> object.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public override void SetProperties (
    IDictionary<string, object> dictionary
)

Visual Basic  Copy Code

Public Overrides Sub SetProperties( _
    dictionary As IDictionary(Of String, Object) _
)

 Parameters

dictionary

Type: IDictionary(String, Object)
An IDictionary<string, object> list that contains <property value> pairs.

 See Also

ItemStyle Members
ItemStyle Class
MindFusion.Scheduling Namespace